type github.com/go-pg/migrations/v8.osfilesystem

3 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L152: 	return c.DiscoverSQLMigrationsFromFilesystem(osfilesystem{}, dir)
		collection.go#L777: type osfilesystem struct{}
		collection.go#L779: func (osfilesystem) Open(name string) (http.File, error) {